Added documentation to "cell-area" construct-only properties.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 24 Feb 2011 07:05:41 +0000 (16:05 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 24 Feb 2011 07:05:41 +0000 (16:05 +0900)
Indicate what kind of area will be used by default if none is
provided by the user.

gtk/gtkcellview.c
gtk/gtkcombobox.c
gtk/gtkentrycompletion.c
gtk/gtkiconview.c
gtk/gtktreeviewcolumn.c

index cc2daf6107e33ad098961a13a6dab37bfeba0f33..d6a87af0e5baa74747f48696b180885fc76508f7 100644 (file)
@@ -233,6 +233,9 @@ gtk_cell_view_class_init (GtkCellViewClass *klass)
    *
    * The #GtkCellArea rendering cells
    *
+   * If no area is specified when creating the cell view with gtk_cell_view_new_with_context() 
+   * a horizontally oriented #GtkCellAreaBox will be used.
+   *
    * since 3.0
    */
    g_object_class_install_property (gobject_class,
index 0727a36ab7a9750967dee9182f82f781aaabd5b0..8625ef85c3323c06fcf99bcd8770db3623e33e72 100644 (file)
@@ -933,6 +933,9 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
     *
     * The #GtkCellArea used to layout cell renderers for this combo box.
     *
+    * If no area is specified when creating the combo box with gtk_combo_box_new_with_area() 
+    * a horizontally oriented #GtkCellAreaBox will be used.
+    *
     * Since: 3.0
     */
    g_object_class_install_property (object_class,
index b770fa973ca80dd5661845a012eff579e3677c7c..41f707f4325613fe131c4384285d2e615ee220d1 100644 (file)
@@ -437,6 +437,9 @@ gtk_entry_completion_class_init (GtkEntryCompletionClass *klass)
    *
    * The #GtkCellArea used to layout cell renderers in the treeview column.
    *
+   * If no area is specified when creating the entry completion with gtk_entry_completion_new_with_area() 
+   * a horizontally oriented #GtkCellAreaBox will be used.
+   *
    * Since: 3.0
    */
   g_object_class_install_property (object_class,
index 44d0ed5761b8ead112a61e83a549c11352a87559..e7e7e50a85d6e4e99b282bca35d95d9d95d1d92b 100644 (file)
@@ -759,6 +759,9 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
    *
    * The #GtkCellArea used to layout cell renderers for this view.
    *
+   * If no area is specified when creating the icon view with gtk_icon_view_new_with_area() 
+   * a #GtkCellAreaBox will be used.
+   *
    * Since: 3.0
    */
   g_object_class_install_property (gobject_class,
index fbfda1d17394457d1b9c93b14131f0ab047c7ec2..892db02945d666ffaf23298fc63653f9dbf59bc7 100644 (file)
@@ -404,6 +404,9 @@ gtk_tree_view_column_class_init (GtkTreeViewColumnClass *class)
    *
    * The #GtkCellArea used to layout cell renderers for this column.
    *
+   * If no area is specified when creating the tree view column with gtk_tree_view_column_new_with_area() 
+   * a horizontally oriented #GtkCellAreaBox will be used.
+   *
    * Since: 3.0
    */
   g_object_class_install_property (object_class,